Fix transitive doctests panic=abort
authorAlex Crichton <alex@alexcrichton.com>
Fri, 19 Aug 2016 20:25:13 +0000 (13:25 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 19 Aug 2016 20:29:11 +0000 (13:29 -0700)
commit23498ec3d2e6b5c2a4665f40ed91f77a36e70754
tree6dbef41a49a09aa18c2f728ea0d4ff1ff8fa638c
parent994550428f79147863b6aa7053eca0064b8553bc
Fix transitive doctests panic=abort

Ensure that when we compile doctested libraries or examples we use the same
panic mode as the rest of the tests, namely ignoring panic=abort b/c libtest
isn't compiled with panic=abort.

Closes #3017
src/cargo/ops/cargo_compile.rs
tests/test.rs